home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img114.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  2KB  |  232x224  |  1-bit (2 colors)
Labels: black | darkness
OCR: TParent Object procedure Doit; virtual = end; PParent = ^TParent; TChild = Object (TParent) procedure Doit; virtual; end; PChild ^T Child; =